バージョン 24.2 (最新)

CategoryAxisBinning コンストラクタ(Nullable<Int32>,Boolean,Nullable<Double>,Boolean,Nullable<Double>)

指定したプロパティ値で新しいインスタンスを作成します。
シンタックス
public CategoryAxisBinning( 
   System.Nullable<int> numberOfBins,
   System.bool overflow,
   System.Nullable<double> overflowThreshold,
   System.bool underflow,
   System.Nullable<double> underflowThreshold
)

パラメータ

numberOfBins
NumberOfBins プロパティの値を指定します。
overflow
Overflow プロパティの値を指定します。
overflowThreshold
OverflowThreshold プロパティの値を指定します。
underflow
Underflow プロパティの値を指定します。
underflowThreshold
UnderflowThreshold プロパティの値を指定します。
参照

オンラインで表示: GitHub